projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0249bd4
)
Adwaita: Implement list separators
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 13 Apr 2019 00:25:16 +0000
(20:25 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 13 Apr 2019 00:25:16 +0000
(20:25 -0400)
Just put a top border on every row.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index dfc686260622d85cf872eb4ffee34df3d66e51a0..e8f2409442cfe7b9d3b745928387e7651cb352e3 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3715,6
+3715,10
@@
list {
row { padding: 2px; }
row.expander { padding: 0px; }
row.expander .row-header { padding: 2px; }
+
+ &.separators row:not(:first-child) {
+ border-top: 1px solid $borders_color;
+ }
}
row {